home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / elispman.lha / elispman / README < prev    next >
Text File  |  1993-05-31  |  2KB  |  42 lines

  1. README for Edition 2.0.1 of the Emacs Lisp Reference Manual.
  2.  
  3. * This directory contains the texinfo source files for the Reference
  4. Manual, make-permuted-index, and the latest version of texinfo.tex,
  5. which handles forms that cannot be handled by the older versions of
  6. texinfo.tex.  Also, it contains makeinfo.c.
  7.  
  8. * The Emacs Lisp Reference Manual is turning out bigger than we
  9. expected.  It totals over 750 pages when printed on 8.5 by 11 inch
  10. paper and the info files total almost two megabytes.
  11.  
  12. * You can format this manual either for Info or for printing hardcopy
  13. using TeX.  
  14.  
  15. ** This distribution contains a Makefile that you can use with GNU Make.
  16. Otherwise, here are detailed instructions:
  17.  
  18. ** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
  19. manual is included in this distribution.
  20.  
  21. The master file for formatting this manual for Tex is called
  22. `elisp.texi'.  It contains @include commands to include all the
  23. chapters that make up the manual.  In addition, `elisp.texi' has
  24. the title page in a new format designed by Karl Berry, using the
  25. @titlespec command.
  26.  
  27. To create a DVI file with a sorted index, execute the following
  28. commands in the shell:
  29.  
  30. % tex elisp.texi
  31. % texindex elisp.??
  32. % tex elisp.texi
  33.  
  34. *** To create a DVI file with a permuted index, you may experiment
  35. with `make-permuted-index'.  
  36.  
  37. ** INFO: A copy of makeinfo.c that will format this manual for Info is
  38. included in this distribution.  This program is written in C and can
  39. be used separately from Emacs.  `makeinfo' produces much better error
  40. messages than the old `texinfo-format-buffer'.  You can run `makeinfo'
  41. it on the `elisp.texi' file.
  42.